#!/bin/sh
echo "Content-type: text/html"
echo
echo "'mycgi' executing"
env


